enum RtButtonLabelPosition

버튼 view버튼 렌더러에 버튼과 같이 표시되는 label의 표시 위치.
list.setConfig({
    options: {
        header: {
            buttons: [{
                label: 'HOME',
                labelPosition: 'bottom',
                onClick: args => {
                    location.href = './index.tml';
                }
            }]
        }
    }
});

See Also

IRtButtonModel.labelPosition
IRtListButtonRenderer.labelPosition

Values